home *** CD-ROM | disk | FTP | other *** search
- %%BeginProcSet: Adobe_packedarray 1.0 0
- % packedarray Operators
- % Version 1.0 5/9/1988
-
-
- % Copyright (C) 1987-1990
- % Adobe Systems Incorporated
- % All Rights Reserved
-
-
- userdict /Adobe_packedarray 5 dict dup begin put
- /initialize
- {
- /packedarray where
- {
-
-
- pop
- }
- {
- Adobe_packedarray begin
- Adobe_packedarray
- {
-
-
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
-
-
- } forall
- end
- } ifelse
- } def
- /terminate
- {
- } def
- /packedarray
- {
-
-
- array astore readonly
- } def
- /setpacking
- {
- pop
- } def
- /currentpacking
- {
- false
- } def
-
-
- currentdict readonly pop end
- %%EndProcSet
- Adobe_packedarray /initialize get exec
-
-
-